DeleteLoginBaseConfig
Description
call DeleteLoginBaseConfig delete the basic configuration information of login security settings in a single asset details page.
Request Method
POST
Request Path
/apsara/route/Sas/DeleteLoginBaseConfig
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| Type | BODY | string | Yes | login_common_time | set the configuration type of common login to be deleted. Value: login_common_ip: common login IP login_common_time: common login time login_common_account: common login account login_common_location: common login address |
| Target | BODY | string | No | 123-abc | the UUID of the configured server needs to be deleted. |
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| Config | BODY | string | Yes | {"startTime":"06:00:00","endTime":"16:00:00"} | details of the basic configuration information. Different configuration types correspond to different configuration information. Value: login_common_ip: common login IP example:{"ip":"10.23.23.23"} login_common_time: common login time examples:{"startTime":"06:00:00","endTime":"16:00:00"} login_common_account: common login account example:{"account":"test_account_001"} login_common_location: common login address example:{"location":"Shanghai"} |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| RequestId | string | 7E0618A9-D5EF-4220-9471-C42B5E92719F | the unique identifier generated by alibaba cloud for this request. |
Example
Successful Response example
{
"RequestId":"7E0618A9-D5EF-4220-9471-C42B5E92719F"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}